Get information on built-in Dave's Quick Search functions by searching through their descriptions. Click on the name of the search in the resuling popup to fill the search text box with the function name.<br/>
<div class="helpboxDescLabels">Example:</div>
<table class="helpboxDescTable">
<tr><td>qsfind phone number</td></tr>
</table>
</description>
<category>Functions</category>
<contributor>Neel Doshi</contributor>
<script><![CDATA[
function qsfind(q)
{
if (q == q.match(/^\s*$/))
{
about();
return false;
}
if (nullArgs("qsfind", q))
return false;
var switch_list = new Array("function");
var args = parseArgs(q, switch_list);
// Create an array to store the search results.
var SearchResults = new Array();
var SearchFound = false;
if ( typeof args.switch_val["function"] != "undefined")